home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / html / src / interp.tmpl < prev    next >
Text File  |  1998-07-28  |  1KB  |  30 lines

  1. @@@SKUNKHEADER(Interpreters / Scripting Languages)
  2.  
  3. <P>Welcome to the Skunkware '98 Interpreters section. The programs in this
  4. section contain extra scripting languages, both for use from a shell and
  5. for embedding within applications. Some of these tools, like Perl and TCL,
  6. should almost be a standard part of UNIX, as they are that common and
  7. entrenched.</P>
  8.  
  9. @@@START_PACKAGELIST
  10. @@@PACKLIST(perl;Perl 5 Scripting Language;5.004_04;Yes;Yes)
  11. @@@PACKLIST(tcl;Tool Command Language (TCL);8.0;Yes;Yes)
  12. @@@PACKLIST(tclx;Extended TCL;8.0.2;Yes;Yes)
  13. @@@PACKLIST(tk;Tk - an X11 Toolkit for TCL;8.0;Yes;Yes)
  14. @@@PACKLIST(tix;Tk 4.2 based Tix widget set;4.1;No;Yes)
  15. @@@PACKLIST(tix8;Tk 8.0 based Tix widget set;8.0;No;Yes)
  16. @@@PACKLIST(expect;Expect - a TCL Extension;5.25;Yes;Yes)
  17. @@@PACKLIST(python;Python - an object orient scripting tool;1.5;Yes;Yes)
  18. @@@END_PACKAGELIST
  19.  
  20. #include "perl.src"
  21. #include "tcl.src"
  22. #include "tclx.src"
  23. #include "tk.src"
  24. #include "tix.src"
  25. #include "tix8.src"
  26. #include "expect.src"
  27. #include "python.src"
  28.  
  29. @@@SKUNKFOOTER
  30.